generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Bump urllib3 from 2.2.3 to 2.5.0 in /tests/ci #2551
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
6
commits into
main
Choose a base branch
from
dependabot/pip/tests/ci/urllib3-2.5.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
justsmth
approved these changes
Jul 22, 2025
WillChilds-Klein
approved these changes
Jul 22, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2551 +/- ##
=======================================
Coverage 78.82% 78.83%
=======================================
Files 667 667
Lines 114077 114077
Branches 16047 16046 -1
=======================================
+ Hits 89924 89930 +6
+ Misses 23379 23371 -8
- Partials 774 776 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
justsmth
added a commit
that referenced
this pull request
Sep 17, 2025
### Description of changes: Update Android configuration. ### Call-outs: * I stuck with ndkVersion "21.4". We should probably bump to a more recent version soon. * This PR will be needed in order to merge this PR: #2551 ### Testing: Successfully built docker image (on Ubuntu x86 host): ``` ❯ docker build -t ubuntu-24.04:android -f ubuntu-24.04_android/Dockerfile ../ [+] Building 122.8s (11/11) FINISHED docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 2.62kB 0.0s => [internal] load metadata for docker.io/library/ubuntu:24.04 0.1s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => [1/6] FROM docker.io/library/ubuntu:24.04@sha256:590e57acc18d58cd25d00254d4ca989bbfcd7d929ca6b521892c9c904c391f50 0.0s => [internal] load build context 0.0s => => transferring context: 2.21kB 0.0s => CACHED [2/6] RUN set -ex && apt-get update -y && apt-get -y --no-install-recommends upgrade && apt-get -y --no-install-recommends install python3.12 python3.12-venv python3-pip openjdk-17-jdk perl libunwind-d 0.0s => [3/6] COPY linux-x86/ubuntu-24.04_android /tmp/triggerGradleDownloads/ 0.0s => [4/6] RUN cd /tmp/triggerGradleDownloads && echo "JAVA_HOME=$JAVA_HOME" && java -version && echo "PATH=/usr/local/go/bin:/opt/sdk/cmdline-tools/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" && ./ 85.8s => [5/6] COPY dependencies/install_common_dependencies.sh / 0.0s => [6/6] RUN set -ex && /install_common_dependencies.sh && rm install_common_dependencies.sh 32.5s => exporting to image 4.3s => => exporting layers 4.2s => => writing image sha256:56cfb2717f5b3b7d8a8f7360d71aab62bbac70c3356b2600ff143555f80c28a4 0.0s => => naming to docker.io/library/ubuntu-24.04:android 0.0s ``` By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps urllib3 from 2.2.3 to 2.5.0.
Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
aaab4ec
Release 2.5.07eb4a2a
Merge commit from forkf05b132
Merge commit from forkd03fe32
Fix HTTP tunneling with IPv6 in older Python versions11661e9
Bump github/codeql-action from 3.28.0 to 3.29.0 (#3624)6a0ecc6
Update v2 migration guide to 2.4.0 (#3621)8e32e60
Raise exception for shutdown on a connection already released to the pool (#3...9996e0f
Fix emscripten CI for Chrome 137+ (#3599)4fd1a99
Bump RECENT_DATE (#3617)c4b5917
Add support for the newcompression.zstd
module in Python 3.14 (#3611)You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.